﻿2026-06-06T06:08:53.5412421Z ##[group]Run actions/checkout@v5
2026-06-06T06:08:53.5414243Z with:
2026-06-06T06:08:53.5415065Z   repository: SaberMage/spt-core
2026-06-06T06:08:53.5423836Z   token: ***
2026-06-06T06:08:53.5424605Z   ssh-strict: true
2026-06-06T06:08:53.5425364Z   ssh-user: git
2026-06-06T06:08:53.5426123Z   persist-credentials: true
2026-06-06T06:08:53.5426950Z   clean: true
2026-06-06T06:08:53.5427703Z   sparse-checkout-cone-mode: true
2026-06-06T06:08:53.5428586Z   fetch-depth: 1
2026-06-06T06:08:53.5429361Z   fetch-tags: false
2026-06-06T06:08:53.5430489Z   show-progress: true
2026-06-06T06:08:53.5431249Z   lfs: false
2026-06-06T06:08:53.5431941Z   submodules: false
2026-06-06T06:08:53.5432729Z   set-safe-directory: true
2026-06-06T06:08:53.5434125Z ##[endgroup]
2026-06-06T06:08:53.7001727Z Syncing repository: SaberMage/spt-core
2026-06-06T06:08:53.7005975Z ##[group]Getting Git version info
2026-06-06T06:08:53.7007584Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:08:53.7010180Z [command]/usr/bin/git version
2026-06-06T06:08:53.7011275Z git version 2.34.1
2026-06-06T06:08:53.7014875Z ##[endgroup]
2026-06-06T06:08:53.7025088Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/8bd36bdc-9046-4fbe-93b6-911f561f695c/.gitconfig'
2026-06-06T06:08:53.7041556Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/8bd36bdc-9046-4fbe-93b6-911f561f695c' before making global git config changes
2026-06-06T06:08:53.7044262Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:08:53.7048424Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:08:53.7101161Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:08:53.7132091Z https://github.com/SaberMage/spt-core
2026-06-06T06:08:53.7150061Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:08:53.7156958Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:08:53.7187171Z refs/heads/dev-freeform
2026-06-06T06:08:53.7199392Z [command]/usr/bin/git checkout --detach
2026-06-06T06:08:53.7264636Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:08:53.7320548Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:08:53.7360601Z Deleted branch dev-freeform (was c152807).
2026-06-06T06:08:53.7411702Z ##[endgroup]
2026-06-06T06:08:53.7413933Z [command]/usr/bin/git submodule status
2026-06-06T06:08:53.7663033Z ##[group]Cleaning the repository
2026-06-06T06:08:53.7668458Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:08:55.0160121Z Removing .adapter-notify/
2026-06-06T06:08:55.0162504Z Removing target/
2026-06-06T06:08:55.0172912Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:08:55.0248999Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:08:55.0255530Z ##[endgroup]
2026-06-06T06:08:55.0258120Z ##[group]Disabling automatic garbage collection
2026-06-06T06:08:55.0264799Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:08:55.0304292Z ##[endgroup]
2026-06-06T06:08:55.0306585Z ##[group]Setting up auth
2026-06-06T06:08:55.0314509Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:08:55.0356938Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:08:55.0599013Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:08:55.0641589Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:08:55.0881290Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:08:55.0924081Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:08:55.1173473Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:08:55.1234894Z ##[endgroup]
2026-06-06T06:08:55.1237806Z ##[group]Fetching the repository
2026-06-06T06:08:55.1248901Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c152807598acd6121475800715101621e9dd9550:refs/remotes/origin/dev-freeform
2026-06-06T06:08:55.8017646Z ##[endgroup]
2026-06-06T06:08:55.8021501Z ##[group]Determining the checkout info
2026-06-06T06:08:55.8024686Z ##[endgroup]
2026-06-06T06:08:55.8026499Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:08:55.8076627Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:08:55.8114602Z ##[group]Checking out the ref
2026-06-06T06:08:55.8118464Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:08:55.8178213Z Switched to a new branch 'dev-freeform'
2026-06-06T06:08:55.8181413Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:08:55.8192851Z ##[endgroup]
2026-06-06T06:08:55.8235531Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:08:55.8269697Z c152807598acd6121475800715101621e9dd9550
